3.875 \(\int \frac{\left (c x^2\right )^{5/2}}{x^6 (a+b x)} \, dx\)

Optimal. Leaf size=48 \[ \frac{c^2 \sqrt{c x^2} \log (x)}{a x}-\frac{c^2 \sqrt{c x^2} \log (a+b x)}{a x} \]

[Out]

(c^2*Sqrt[c*x^2]*Log[x])/(a*x) - (c^2*Sqrt[c*x^2]*Log[a + b*x])/(a*x)

_______________________________________________________________________________________

Rubi [A]  time = 0.0249964, antiderivative size = 48, normalized size of antiderivative = 1., number of steps used = 4, number of rules used = 4, integrand size = 20, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.2 \[ \frac{c^2 \sqrt{c x^2} \log (x)}{a x}-\frac{c^2 \sqrt{c x^2} \log (a+b x)}{a x} \]

Antiderivative was successfully verified.

[In]  Int[(c*x^2)^(5/2)/(x^6*(a + b*x)),x]

[Out]

(c^2*Sqrt[c*x^2]*Log[x])/(a*x) - (c^2*Sqrt[c*x^2]*Log[a + b*x])/(a*x)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 15.5395, size = 39, normalized size = 0.81 \[ \frac{c^{2} \sqrt{c x^{2}} \log{\left (x \right )}}{a x} - \frac{c^{2} \sqrt{c x^{2}} \log{\left (a + b x \right )}}{a x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((c*x**2)**(5/2)/x**6/(b*x+a),x)

[Out]

c**2*sqrt(c*x**2)*log(x)/(a*x) - c**2*sqrt(c*x**2)*log(a + b*x)/(a*x)

_______________________________________________________________________________________

Mathematica [A]  time = 0.0143397, size = 28, normalized size = 0.58 \[ \frac{c^3 x (\log (x)-\log (a+b x))}{a \sqrt{c x^2}} \]

Antiderivative was successfully verified.

[In]  Integrate[(c*x^2)^(5/2)/(x^6*(a + b*x)),x]

[Out]

(c^3*x*(Log[x] - Log[a + b*x]))/(a*Sqrt[c*x^2])

_______________________________________________________________________________________

Maple [A]  time = 0.006, size = 26, normalized size = 0.5 \[{\frac{\ln \left ( x \right ) -\ln \left ( bx+a \right ) }{a{x}^{5}} \left ( c{x}^{2} \right ) ^{{\frac{5}{2}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((c*x^2)^(5/2)/x^6/(b*x+a),x)

[Out]

(c*x^2)^(5/2)*(ln(x)-ln(b*x+a))/a/x^5

_______________________________________________________________________________________

Maxima [A]  time = 1.36085, size = 32, normalized size = 0.67 \[ -\frac{c^{\frac{5}{2}} \log \left (b x + a\right )}{a} + \frac{c^{\frac{5}{2}} \log \left (x\right )}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2)^(5/2)/((b*x + a)*x^6),x, algorithm="maxima")

[Out]

-c^(5/2)*log(b*x + a)/a + c^(5/2)*log(x)/a

_______________________________________________________________________________________

Fricas [A]  time = 0.225202, size = 1, normalized size = 0.02 \[ \left [\frac{\sqrt{c x^{2}} c^{2} \log \left (\frac{x}{b x + a}\right )}{a x}, -\frac{2 \, \sqrt{-c} c^{2} \arctan \left (\frac{2 \, b c x^{2} + a c x}{\sqrt{c x^{2}} a \sqrt{-c}}\right )}{a}\right ] \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2)^(5/2)/((b*x + a)*x^6),x, algorithm="fricas")

[Out]

[sqrt(c*x^2)*c^2*log(x/(b*x + a))/(a*x), -2*sqrt(-c)*c^2*arctan((2*b*c*x^2 + a*c
*x)/(sqrt(c*x^2)*a*sqrt(-c)))/a]

_______________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{\left (c x^{2}\right )^{\frac{5}{2}}}{x^{6} \left (a + b x\right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x**2)**(5/2)/x**6/(b*x+a),x)

[Out]

Integral((c*x**2)**(5/2)/(x**6*(a + b*x)), x)

_______________________________________________________________________________________

GIAC/XCAS [F(-2)]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2)^(5/2)/((b*x + a)*x^6),x, algorithm="giac")

[Out]

Exception raised: TypeError